home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 241
- Top = 333
- BorderIcons = [biSystemMenu]
- BorderStyle = bsSingle
- Caption = 'Crackme v1.0'
- ClientHeight = 133
- ClientWidth = 273
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object GroupBox1: TGroupBox
- Left = 8
- Top = 8
- Width = 257
- Height = 89
- Caption = 'Registration Information'
- TabOrder = 0
- object Label1: TLabel
- Left = 8
- Top = 24
- Width = 104
- Height = 13
- Caption = 'Enter your name here:'
- end
- object Label2: TLabel
- Left = 32
- Top = 56
- Width = 77
- Height = 13
- Caption = 'And the serial is:'
- end
- object Edit1: TEdit
- Left = 120
- Top = 16
- Width = 121
- Height = 21
- TabOrder = 0
- end
- object Edit2: TEdit
- Left = 120
- Top = 48
- Width = 121
- Height = 21
- TabOrder = 1
- end
- end
- object Button1: TButton
- Left = 8
- Top = 104
- Width = 75
- Height = 25
- Caption = 'Check!'
- Default = True
- TabOrder = 1
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 96
- Top = 104
- Width = 75
- Height = 25
- Caption = 'Info'
- TabOrder = 2
- OnClick = Button2Click
- end
- object Button3: TButton
- Left = 184
- Top = 104
- Width = 75
- Height = 25
- Caption = 'I give up!'
- TabOrder = 3
- OnClick = Button3Click
- end
- end
-